home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / spoolrii.zip / SP2.DOC < prev    next >
Text File  |  1980-01-01  |  21KB  |  422 lines

  1.                                   DISK SPOOL II
  2.  
  3.                              by BUDGET SOFTWARE CO.
  4.                                   P.O.Box 12282
  5.                             12162 E. Mississippi Ave.
  6.                              Aurora, Colorado  80012
  7.  
  8.                                  (303) 695-9095
  9.  
  10.  
  11.  
  12.      Sets up a print spooling environment where printed output is spooled to
  13.      disk, rather than to memory.
  14.  
  15.  FEATURES:
  16.  
  17.      * Works in background to save you valuable computer time.
  18.  
  19.      * Works with virtually all DOS applications.
  20.  
  21.      * Pop-up menu obtainable from within almost any application, controls
  22.        starting and stopping spooling, starting and stopping the printer,
  23.        displaying the contents of the spool file, re-positioning the printer to
  24.        start at any palce within the spool file, attaching the spooler and/or
  25.        the de-spooler to different files, and much more.
  26.  
  27.      * Can be set up tp spool data being sent to COM1, COM2 LPT1 and /or LPT2,
  28.        or to any combination.
  29.  
  30.      * Can print the contents of the spool file to COM1, COM2 LPT1, and/or LPT2;
  31.        or you can have the program send the output to the same port from which
  32.        it was spooled.
  33.  
  34.      * Can re-direct the printed output to a device driver, or to a disk file.
  35.  
  36.      * Fine tune for optimal printer speed.
  37.  
  38.  
  39.  REQUIREMENTS:
  40.  
  41.      An IBM PC, XT, AT or PS/2; or any compatible; takes up about 30K of memory.
  42.  
  43.      DOS 2.0, or later.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.   I. INTRODUCTION
  50.  
  51.  
  52.      DISK SPOOL II is a program that fundamentally changes the manner in
  53.      which printing takes place on your computer.  Without DISK SPOOL II,
  54.      whenever an application prints information, it sends it directly to
  55.      the printer.  If you don't have a printer attached to your computer,
  56.      then you can't run the application.  If your printer halts for
  57.      whatever reason, then the application halts.  More importantly,
  58.      your application's execution speed is held back by the printer,
  59.      regardless of how fast your computer is, or how well designed the
  60.      application is.
  61.  
  62.      With DISK SPOOL II, your applications do not have to contend directly
  63.      with the printer, since DISK SPOOL II sits in the background and
  64.      intercepts your printer data, then re-routes it to a disk file.  Two
  65.      benefits are immediately derived from this:  A disk file doesn't jam,
  66.      and you don't have to worry about its ribbon, so you know that your
  67.      application will run to completion.  Secondly, even the fastest
  68.      printers cannot process data as quickly as a disk drive.  So, your
  69.      applications finish sooner, and you are able to do more work in
  70.      less time.
  71.  
  72.      But what good is the data out in a disk file?  Here is where the
  73.      second main part of DISK SPOOL II comes into play.  With your data
  74.      safely out on disk, and while you are busy doing other things on your
  75.      computer, DISK SPOOL II works behind the scenes to send the data from
  76.      the disk file to the printer.  How is it possible for the computer to
  77.      be doing two things at the same time?  The answer is that your
  78.      computer has a generous supply of excess processing cycles on its
  79.      hands, and DISK SPOOL II merely puts these cycles to work. The
  80.      computer isn't really doing two things at once, it just acts like it
  81.      is.
  82.  
  83.      You may be asking yourself why the concepts described above have not
  84.      been made part of your computer's operating system by the manufacturers,
  85.      since the time savings is apparently so dramatic and so universal.
  86.      The answer is that personal computers are following the same evolutionary
  87.      path that mainframes did.  Just like mainframes, the first operating
  88.      system (and the one we are still using today) was not designed to be able
  89.      to handle multitasking easily.  It is a sure thing that the new operating
  90.      system being developed for the PC, just like second generation mainframes,
  91.      will have spooling environments built in.  In the meantime, DISK SPOOL II
  92.      enables you to tap into this kind of operating power right now on your
  93.      present PC.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  II. GETTING STARTED QUICKLY
  100.  
  101.      Getting DISK SPOOL II to start working for you is as simple as keying
  102.      in the program name SP2, and pressing the Enter key.  DISK SPOOL II
  103.      will begin spooling printed data to a file called SPO.SPL in the root
  104.      directory of drive c:.  If you want your spool file to reside on a
  105.      different drive, just key in the drive letter following the SP2.
  106.      Example:  SP2 d.
  107.  
  108.      There's only one thing some people will have to do differently.  If
  109.      you are in the habit of using DOS' command PRINT to print a file, use
  110.      the command SP2PRT instead.  This command is found on your diskette.
  111.      To use it, merely key in SP2PRT followed by the name of the file you
  112.      wish to print.  Also, some users utilize the COPY command (e.g. COPY
  113.      XXXXX LPT1) or the TYPE command (TYPE XXXXX > LPT1) in order to print
  114.      files.  Again, use the SP2PRT command instead.   You may want to try
  115.      DISK SPOOL out right now to see how well it works by printing this
  116.      document.  Just load DISK SPOOL II by keying in SP2, and then key in:
  117.      SP2PRT sp2.doc.
  118.  
  119.      Finally, a quick word about printer speed.  If you notice that your
  120.      printer speed is slower than usual, or that your computer appears to
  121.      be less responsive, then read the section of this document entitled
  122.      "Fine Tuning DISK SPOOL II".
  123.  
  124.      That's all there is to it, except that there's a lot more.  However,
  125.      every effort has been made to make DISK SPOOL II easy to learn and to
  126.      use; so you are likely to find that you can pick most of it up by
  127.      simply getting started.  Then use the rest of this manual as a
  128.      reference guide.
  129.  
  130.  
  131.  
  132.  
  133. III. THE MENU
  134.  
  135.      DISK SPOOL II is a memory resident program whose facilities are
  136.      controlled by means of a pop-up menu.  This means that you can be in
  137.      the middle of any application and access DISK SPOOL II's menu by
  138.      simply pressing the two "hot keys".  DISK SPOOL II comes
  139.      pre-configured with the Alt and Left Uppershift keys as the "hot
  140.      keys".  You can, however, configure the "hot-keys" to be anything you
  141.      wish.  The menu style is the popular Lotus-style "single tier" menu.
  142.      The top row of the menu displays several keywords, each of which
  143.      represents a menu selection.  And at the onset, the leftmost keyword
  144.      is shown in reverse image.  The second line of the menu gives a
  145.      description of the menu item that is currently in reverse image.  There
  146.      are two ways to make a menu selection.  You either position the reverse
  147.      image "bar" using the left and right arrow keys so that the keyword you
  148.      wish to select is highlighted, and then press the Enter key; or, you
  149.      simply tap the first letter of the keyword you wish to take.  Often, one
  150.      menu selection leads to another menu tier.  If you don't want to take any
  151.      selection from a given tier, tap the Esc key to go back a tier.  As
  152.      you become familiar with DISK SPOOL II, you will quickly learn the
  153.      letter sequences needed to perform a given task.  Learning these
  154.      sequences is made all the more easy since the letter you key in is
  155.      always the first letter of the function you wish to perform.  For
  156.      example the keywords to enable the Despooler at the beginning of the
  157.      file are: Despooler, then Enable, then Beginning.  You will quickly
  158.      learn to key in DEB to perform this function.
  159.  
  160.  
  161.  
  162.  
  163.  IV. THE SPOOLER AND DESPOOLER
  164.  
  165.      Disk Spool II has two main components:  the Spooler, whose job it is
  166.      to intercept printer data and re-direct it to a disk file; and the
  167.      Despooler, whose job it is to work in the background sending the
  168.      contents of the disk file to the printer.  By means of the pop-up
  169.      menu, you have the ability to enable and/or disable both components.
  170.      When the Spooler is enabled, it does its job of spooling printer data
  171.      out to disk.